Scripting Components
The Scripting Components command returns a list of the names of the scripting components currently available to the target application. It is the only command provided by the Scripting Components scripting addition.SYNTAX
scripting componentsRESULT
A list of strings.EXAMPLES
scripting components --result: {"AppleScript"}NOTES
A scripting component is a software component, such as AppleScript, that supports the Open Scripting Architecture (OSA). The OSA provides a mechanism, based on Apple events, that allows users to control multiple applications by means of scripts written in a variety of scripting languages. Each scripting language corresponds to a single scripting component. A single scripting language may include several dialects.ERROR
Error
numberError message -108 Out of memory.